Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / LinearRange<T> Class / AutoFit Method
The minimum value of a Height or Width.
The maximum value of a Height or Width.
The Id of the Row or Column where the AutoFit process starts from.
The Id of the Row or Column where the AutoFit process ends.


In This Topic
    AutoFit Method (LinearRange<T>)
    In This Topic
    Base method for auto-fitting the Height of a RowRange or the Width of a ColumnRange.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AutoFit( _
       ByVal minimum As Double, _
       ByVal maximum As Double, _
       ByVal startId As Integer, _
       ByVal endId As Integer _
    ) 
    'Usage
     
    
    Dim instance As LinearRange(Of T)
    Dim minimum As Double
    Dim maximum As Double
    Dim startId As Integer
    Dim endId As Integer
     
    instance.AutoFit(minimum, maximum, startId, endId)
    public virtual void AutoFit( 
       double minimum,
       double maximum,
       int startId,
       int endId
    )

    Parameters

    minimum
    The minimum value of a Height or Width.
    maximum
    The maximum value of a Height or Width.
    startId
    The Id of the Row or Column where the AutoFit process starts from.
    endId
    The Id of the Row or Column where the AutoFit process ends.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also